home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
mallcrawl.swf
/
scripts
/
DefineSprite_499
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-28
|
241b
|
16 lines
function hide()
{
this._y = 2000;
this.enabled = false;
this._visible = false;
}
function show()
{
this._y = y;
this.enabled = true;
this._visible = true;
}
_global.Help = this;
var y = this._y;
this.hide();